home *** CD-ROM | disk | FTP | other *** search
/ Shareware Universe - The Gold Collection / Shareware Universe The Gold Collection.iso / ray / povscape / povscape.go < prev    next >
Encoding:
Text File  |  1996-04-19  |  1.6 KB  |  44 lines

  1. POV Fractal Landscape Generator
  2. From:  John Stanely  [Dracus on America Online]
  3. Subj:  VGA -- POV Fractal Landscape Generator
  4. Date:  04/21/92
  5.  
  6. Here is a fractal landscape generator that writes POV compatible ascii 
  7. file. The files generated are composite object -- 3 point surface lists 
  8. and includes a boundary intersection for the object.
  9.  
  10. To start the program, type:
  11.  
  12.     LANDSCAP   [nnn]
  13.     
  14. where [nnn] is an optional random number generator seed. Once the fractal 
  15. is generated it is displayed on the screen with hidden surfaces removed.
  16. When you hear the BEEP you have options to choose from... 
  17.  
  18.     Press ENTER           -- Generate another fractal.
  19.     Press F1              -- Draw FRONT wire frame graph view.
  20.     Press F2              -- Draw BACK  wire frame graph view.
  21.     Press F3              -- Draw LEFT  wire frame graph view.
  22.     Press F4              -- Draw RIGHT wire frame graph view.
  23.     Press the letter P    -- Write surface list in POV format.
  24.     Press the letter R    -- Write surface list in RAW format.
  25.  
  26. Only the surfaces display as BROWN lines are included in the surface file.
  27. The BLUE surfaces are just part of the unused ground plane. To exit the 
  28. program, press any key while a fractal is being calculated.
  29.  
  30. All surface vertex coordinates are written in clock-wise order for outward 
  31. pointing surface-normals. And, the landscape is calculated with Positive Z
  32. as UP. I've included a sample file (HILLS.DAT) that shows how to properly
  33. use a LANDSCAP.DAT include file with POV.
  34.  
  35. Please report any problems to:
  36.  
  37.     John D. Stanley
  38.     6959 California Ave S.W.
  39.     Seattle, WA 98136
  40.     
  41. Good Luck and Good Hunting!
  42.  
  43.  
  44.